CommandBus

open class CommandBus(source)

The Command Bus manages commands by Weave mods.

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open fun register(command: Command)
Commands can be registered at any time during the client lifecycle, but if you intend on normal behavior, you should register during the preInit phase.